home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / pgntitledit11.lha / PGNTitleEdit.README! < prev   
Text File  |  1995-06-13  |  11KB  |  214 lines

  1. ============================================================================
  2.               PGN Title Edit, v1.1 READ_ME File by Dotoran!
  3. ============================================================================
  4.  
  5. So, what does it do?
  6. ~~~~~~~~~~~~~~~~~~~~
  7.     This little utility came to mind while trying to rebuild from a major
  8. hard drive crash I experienced April of '95. (It's for this reason my coding
  9. efforts seem to have dropped; trying to rebuild)
  10.  
  11.     Have YOU spent hours trying to get the "look" of a particular GFile,
  12. PFile, or News listing just to your liking?  Whether it's the color scheme
  13. you wish to use, or the formatting of the line, etc?  You spend what seems
  14. like forever creating the look that really impresses you, then you feel
  15. satisfied, until the day comes when you have to add another item to the
  16. listing, which 9 times out of 10 results in you having to spend MORE time
  17. restructuring the "look" of the list to conform with the rest of the system.
  18.  
  19.     That's where THIS utility comes in REAL handy.  In no more than 10 - 15
  20. minutes, I was able to completely colorize & format ALL my GFile, PFile, and
  21. News areas using a common color scheme and text formatting "look and feel".
  22.  
  23.     If this doesn't sound like much to you, you haven't been on my bbs. With
  24. over 60 various subdirectories in these areas, totalling over 400 files, this
  25. was one area I spent a LOT of time colorizing to my liking.
  26.  
  27. Wow, so how do I install it?
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.     A pretty painless installation really:
  30.  
  31. 1: Copy the "PGNTitleEdit" file into your PFILES: directory(or wherever).
  32.  
  33. 2: Add the following line to "Menu 2; available everywhere" in your BBSMENU
  34.    file(located in your CNET: directory):
  35.  
  36.         PT, GT, NT  `31 | {#0 pfiles:PGNTitleEdit}
  37.                     ^     ^
  38.                     |     `---> Replace with a Control-Q character.
  39.                     |
  40.                     `---> Which Access Group(s) can use it?
  41.  
  42.    NOTE: If you chose to store the file somewhere OTHER than PFILES:, make
  43.          sure you also make the change in path to the above line as well.
  44.  
  45. 3: Save your BBSMENU file, then reload it by selecting your Control Panel,
  46.    then pressing the RAMIGA - T keystroke combination.
  47.  
  48. 4: That's It!
  49.  
  50. OK, that was easy, but how do I use it?
  51. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52.     Although you can use the above commands from ANYWHERE on your bbs, you
  53. should NOT use it from inside the listing you wish to edit. (Mainly because
  54. you won't see the changes until after you exit that area, then reenter it,
  55. so that CNet can then reload the listing into memory) Also, if you edit the
  56. listing from INSIDE the listing, then use the AT command to edit one or more
  57. items further, you'll note those items take on their original title formats.
  58.  
  59.     I mainly use it from the Main> prompt. Depending on WHICH command you
  60. use will determine which list(s) you'll be editing. Typing GT (GFile Titles)
  61. will allow you to make changes to the listings in your GFiles section. Use
  62. PT to edit your PFile listings, and NT to edit your News listings.
  63.  
  64.     The first screen presented to you will be the main directory listing for
  65. the area you specified to edit. If you wish to edit this main listing, simply
  66. press your ENTER key to go to the editing screen, however if you wish to edit
  67. a listing within a subdirectory, select the directory(ies) in question, until
  68. you see the pertinent listing on the screen, THEN press your ENTER key.
  69.  
  70.     The editing screen can only display 10 items from the list on the screen
  71. at any given time, so use the <N>ext and <P>revious commands to view other
  72. portions of the listing.
  73.  
  74.     The items in the listing will be shown to you in their CODED form, which
  75. means if you've used MCI-Codes in the names for colorizing purposes, you'll
  76. SEE these codes, so you'll know exactly what you have to work with.
  77.  
  78.     Pressing <Q> will QUIT the program without saving your current changes,
  79. while pressing <S> will make the needed changes, then show you what the NEW
  80. listing will look like. It will then ASK YOU if it's ok if these changes are
  81. saved to disk. Pressing <B> will simply take you back to the previous menu
  82. where you can choose to select a different listing to work from. For v1.1,
  83. I've added a few aliases to the "B" command. You can also press: P, -, <.
  84. If working on the EDIT screen, the "P" alias will only be active if you're
  85. viewing the BEGINNING of the listing(so, if you do NOT see the P>revious 10
  86. command listed, then the "P"arent alias is active!)
  87.  
  88.     The remaining commands deal with actually EDITING the data found in each
  89. listing, and will be discussed more thoroughly below:
  90.  
  91. <,>  (comma)  Append characters to LEFT  side of item.
  92. <.>  (period) Append characters to RIGHT side of item.
  93.  
  94.     These commands allow you to specify EXTRA text/mci characters to be
  95. added to either end of every item in the specified item range. These commands
  96. come in handy for adding text that might be the same for numerous entries
  97. in the listing(like using DIR to represent a DIRECTORY, etc.)
  98.  
  99. <L>  Trim(Delete) a specific number of characters from LEFT  side of item.
  100. <R>  Trim(Delete) a specific number of characters from RIGHT side of item.
  101.  
  102.     These commands will DELETE characters from either end of every item in
  103. the specified item range. These commands are useful for removing MCI color
  104. codes from existing listings. (Keep in mind that 1 mci color code uses 3
  105. characters, so specifying a "3" here would only remove ONE mci code, not 3!)
  106.  
  107. <D>  Delete specified text string from ANYWHERE in the item.
  108.  
  109.     This command will remove ALL occurances of the specified text string
  110. found ANYWHERE in ALL specified items. This command is useful for removing
  111. chunks of similar text found in the MIDDLE of listing items.
  112.  
  113. <T>  Truncate string STARTING at specified text string.
  114.  
  115.     This command will search out the given text string, then DELETE every
  116. character STARTING with the text string to the END of the specified items.
  117. An example of using this command would be to specify a colon(:) as the
  118. truncate text, then applying it to CNet's Maintenance menu in the pfiles.
  119. It will effectively delete the DESCRIPTIONS of the maintenance commands.
  120.  
  121. <C>  Cycle colors through the listing.
  122.  
  123.     This command makes colorizing a listing a snap. You simply specify the
  124. string of MCI color codes you wish to use(for instance: 9fc), then SAVE the
  125. listing. You'll then have a patriotic looking listing, as items will appear
  126. in red, white, blue, red, white, blue, etc. The string should contain ONLY
  127. the characters 123456789ABCDEF. Typing any other characters within the string
  128. will abort the operation.
  129.  
  130. <E>  Edit a specific range of items from WITHIN this listing.
  131.  
  132.     You can also press <I> for this command, in addition to pressing <E>.
  133. This command allows you to specify only a PORTION of the listing to edit.
  134. For example, say 7 of 12 total items are directories, and you wish to add
  135. some form of DIR text to these items, you'd specify a range that specified
  136. ONLY those seven items. Use standard CNet Ranging techniques when entering
  137. ranges(ex: 1-3,6,10- would edit items 1 thru 3, 6, and 10 thru 12 only).
  138.  
  139. Have any more tips for me?
  140. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  141.     You can enter MCI commands in the , . D and T commands, in addition
  142. to standard text characters. Using \c0 or {c0} commands are frowned upon,
  143. as users capable of interpreting ansi colors will see NOTHING on their term
  144. screens, so you'll be cautioned if it is seen that you've specified one of
  145. these forms, although the command will NOT be removed. Using \c8 or {c8} are
  146. also frowned upon, as they will also appear as BLACK to users using 2, 4, or
  147. 8 color terminal programs.
  148.  
  149.     Remember, if updating a color scheme, be sure to TRIM the correct number
  150. of characters from the LEFT side of each item in the listing to make sure you
  151. remove the OLD MCI-Coding, or else you'll append your NEW color codes in
  152. FRONT of your OLD ones. This will result in you NOT seeing your NEW color
  153. scheme, as well as adding three(or more) characters to the overall length
  154. of item(s) being edited.
  155.  
  156.     The MAXIMUM length any given item can be is 63 characters. If the LENGTH
  157. of the edited string EXCEEDS this limit, any characters OVER the limit will
  158. be TRUNCATED from the item. If this should ever happen, a caution message
  159. will be shown to you on the SAVE-List. Make sure you give a GOOD look at the
  160. SAVE listing to be SURE it looks the way you wish it to. No "off" mci coding
  161. is used in the SAVE-List routine, so if you forget to turn something OFF,
  162. like a use the the \z, \r or \k commands, you'll see the results of this
  163. "spill" on the SAVE-List screen. Take this as a WARNING you need to FIX
  164. something!
  165.  
  166.     To make multiple DIFFERENT changes to the SAME listing, do them ONE at a
  167. time, then SAVE the listing. When it asks if you'd like to edit MORE lists,
  168. state YES. You'll be taken to the LAST listing you were editing, instead of
  169. having to locate that listing again(as from the START of the program).
  170.  
  171.     If you've made the two-column modification to your g/p/news areas, as
  172. described in the CNet ToolKit, then you might want to change the value of
  173. the "width" variable at the start of this file. 63 should be the default
  174. value used by CNet, however you should make this 28 or 30 if using the two-
  175. column layouts. This will help you maintain uniformity on your two-column
  176. layouts.
  177.  
  178.     If you find the need to append MORE than 38 characters to each item,
  179. start by adding the initial 38 characters, SAVE the list, then continue to
  180. edit the listing to add the remaining characters.
  181.  
  182.     It's possible to make the listing ALL ONE COLOR by simply stating ONE
  183. MCI color code in the Color Cycle gadget. For the two column layouts, try
  184. using a double layout, for instance for the patriotic color scheme mentioned
  185. above, try using: 99ffcc, instead of 9fc. This way, each column will inherit
  186. it's own scheme. Try some other variations with the two-column layouts also,
  187. like this one: eadb (left column: cyan/purple, right column: green/yellow).
  188.  
  189. Is that all?!?
  190. ~~~~~~~~~~~~~~
  191.     I'm afraid so. :-) If you experience any problems with this file, PLEASE
  192. get in touch with me. I've used this file to completely change the looks of
  193. ALL THREE areas on MY bbs and didn't experience any problems. Keep in mind
  194. that this file ONLY changes the look of the TITLES in these areas, and was
  195. NOT written to replace CNet's editing of such things as sorting the list,
  196. editing of specific toggle settings, etc. Use CNet's regular commands for
  197. doing things of this sort.
  198.  
  199.     I can be reached at any of the following sources:
  200.  
  201.         InterNet: dotoran@buffnet.net
  202.  
  203.          FidoNet: 1:260/121.0
  204.  
  205.            CLink: 911:6840/2.0
  206.  
  207.       Snail Mail: David M. Weeks
  208.                   318 Woodside Avenue
  209.                   Buffalo, NY 14220-2015
  210.  
  211. ============================================================================
  212.                        Frontiers BBS (716)/823-9892!
  213. ============================================================================
  214.